home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / c / gcc263-utildoc.lha / gnu / man / man1 / df.1 < prev    next >
Encoding:
Text File  |  1994-12-19  |  4.4 KB  |  133 lines

  1.  
  2.  
  3.  
  4. DF(1L)                                                     DF(1L)
  5.  
  6.  
  7. NNAAMMEE
  8.        df - summarize free disk space
  9.  
  10. SSYYNNOOPPSSIISS
  11.        ddff  [-aikPv]  [-t  fstype]  [-x fstype] [--all] [--inodes]
  12.        [--type=fstype]   [--exclude-type=fstype]    [--kilobytes]
  13.        [--portability] [--print-type] [--help] [--version] [file-
  14.        name...]
  15.  
  16. DDEESSCCRRIIPPTTIIOONN
  17.        This manual page documents the GNU version of ddff.  ddff dis-
  18.        plays the amount of disk space available on the filesystem
  19.        containing each file name argument.  If no  file  name  is
  20.        given,  the  space  available  on  all  currently  mounted
  21.        filesystems is shown.  Disk space is shown in 1K blocks by
  22.        default,  unless  the environment variable POSIXLY_CORRECT
  23.        is set, in which case 512-byte blocks are used.
  24.  
  25.        If an argument is the absolute file name of a disk  device
  26.        node  containing  a mounted filesystem, ddff shows the space
  27.        available on that filesystem rather than on the filesystem
  28.        containing  the  device  node  (which  is  always the root
  29.        filesystem).  This version of ddff  cannot  show  the  space
  30.        available  on unmounted filesystems, because on most kinds
  31.        of systems doing so  requires  very  nonportable  intimate
  32.        knowledge of filesystem structures.
  33.  
  34.    OOPPTTIIOONNSS
  35.        _-_a_, _-_-_a_l_l
  36.               Include  in  the  listing  filesystems  that have 0
  37.               blocks,  which  are  omitted  by   default.    Such
  38.               filesystems  are  typically special-purpose pseudo-
  39.               filesystems, such as automounter entries.  On  some
  40.               systems, filesystems of type ``ignore'' or ``auto''
  41.               are also omitted by default  and  included  in  the
  42.               listing by this option.
  43.  
  44.        _-_i_, _-_-_i_n_o_d_e_s
  45.               List  inode  usage  information  instead  of  block
  46.               usage.  An inode (short for ``index  node'')  is  a
  47.               special  kind  of disk block that contains informa-
  48.               tion about a file, such as its owner,  permissions,
  49.               timestamps, and location on the disk.
  50.  
  51.        _-_k_, _-_-_k_i_l_o_b_y_t_e_s
  52.               Print  sizes  in  1K  blocks  instead  of  512-byte
  53.               blocks.  This overrides  the  environment  variable
  54.               POSIXLY_CORRECT.
  55.  
  56.        _-_P_, _-_-_p_o_r_t_a_b_i_l_i_t_y
  57.               Use  the  POSIX  output  format.   This is like the
  58.               default format except that  the  information  about
  59.               each  filesystem  is  always printed on exactly one
  60.               line; a mount device is never  put  on  a  line  by
  61.  
  62.  
  63.  
  64. FSF                     GNU File Utilities                      1
  65.  
  66.  
  67.  
  68.  
  69.  
  70. DF(1L)                                                     DF(1L)
  71.  
  72.  
  73.               itself.   This  means that if the mount device name
  74.               is more than 20 characters long (as for  some  net-
  75.               work mounts), the columns are misaligned.
  76.  
  77.        _-_T_, _-_-_p_r_i_n_t_-_t_y_p_e
  78.               Print  a type string for each filesystem.  Any such
  79.               printed filesystem type name  may  be  used  as  an
  80.               argument    to    either    of   the   --type=   or
  81.               --exclude-type= options.
  82.  
  83.        _-_t_, _-_-_t_y_p_e_=_f_s_t_y_p_e
  84.               Limit the listing to filesystems  of  type  _f_s_t_y_p_e.
  85.               Multiple  filesystem  types  can be shown by giving
  86.               multiple _-_t options.  By  default,  all  filesystem
  87.               types are listed.
  88.  
  89.        _-_x_, _-_-_e_x_c_l_u_d_e_-_t_y_p_e_=_f_s_t_y_p_e
  90.               Limit  the  listing  to  filesystems  not  of  type
  91.               _f_s_t_y_p_e.  Multiple filesystem types  can  be  elimi-
  92.               nated  by  giving multiple _-_x options.  By default,
  93.               all filesystem types are listed.
  94.  
  95.        _-_v     Ignored; for compatibility with System  V  versions
  96.               of ddff.
  97.  
  98.        _-_-_h_e_l_p Print  a  usage message on standard output and exit
  99.               successfully.
  100.  
  101.        _-_-_v_e_r_s_i_o_n
  102.               Print version information on standard  output  then
  103.               exit successfully.
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130. FSF                     GNU File Utilities                      2
  131.  
  132.  
  133.